home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13963 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  621 b 

  1. Path: pegasus.odyssee.net!news
  2. From: imaze@odyssee.net (Marc Mazerolle)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Protected functions
  5. Date: Thu, 28 Mar 1996 02:31:43 GMT
  6. Organization: Odyssee Internet
  7. Message-ID: <4jctji$poh@pegasus.odyssee.net>
  8. References: <3155636F.3461@clubi.ie>
  9. Reply-To: imaze@odyssee.net
  10. NNTP-Posting-Host: pool23_9.odyssee.net
  11. X-Newsreader: Forte Free Agent v0.55
  12.  
  13. BRUCE <jbruce@clubi.ie> wrote:
  14.  
  15. >Can any one tell  me what a protected function of a class is ?
  16.  
  17. >Apreciate any responses - jbruce@clubi.ie
  18.  
  19. It's almost the same as private except that classes inheriting from it
  20. CAN use the function.
  21.  
  22.